Vcenter TrustedInfrastructure TrustAuthorityHosts Attestation FilterSpec

Vcenter TrustedInfrastructure TrustAuthorityHosts Attestation FilterSpec
Vcenter TrustedInfrastructure TrustAuthorityHosts Attestation FilterSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityHosts Attestation FilterSpec schema contains the data necessary for identifying a Attestation Service

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "hosts": [
        "string"
    ],
    "clusters": [
        "string"
    ],
    "address": [
        {
            "hostname": "string",
            "port": 0
        }
    ],
    "groups": [
        "string"
    ]
}
array of string
hosts
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

A set of host IDs by which to filter the services.

This property was added in vSphere API 7.0.0.0.

If missing or null, the services will not be filtered by the hosts on which they run.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.

array of string
clusters
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

A set of cluster IDs by which to filter the services.

This property was added in vSphere API 7.0.0.0.

If missing or null, the services will not be filtered by the clusters on which they run.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource.

address
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's address.

This property was added in vSphere API 7.0.0.0.

If missing or null, the services will not be filtered by address.

array of string
groups
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The group IDs determines which Attestation Service instances this Attestation Service can communicate with.

This property was added in vSphere API 7.0.0.0.

If missing or null, the services will not be filtered by groupId.